TargetMachO Constant

Used to indicate that you are compiling code for the Mac OS X Mach-O runtime architecture. A Mach-O build of a REALbasic application runs only on Mac OS X.

The code is in the format for the Mach kernel of OS X.

result=TargetMachO

PartTypeDescription
result Boolean Returns True if are compiling Mach-O code.


See Also

DebugBuild, RBVersion, RBVersionString, TargetBigEndian, TargetCarbon, TargetHasGUI, TargetLinux, TargetLittleEndian, TargetMacOS, TargetMacOSClassic, TargetWin32 constants; #If statement.